Resource StructureDefinition/FHIR Server from package navify.fhir.r5.rdc#1.0.0 (79 ms)
Package | navify.fhir.r5.rdc |
Type | StructureDefinition |
Id | Id |
FHIR Version | R5 |
Source | https://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.0.0&canonical=https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationAdministration |
Url | https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationAdministration |
Status | active |
Name | RdcMedicationAdministration |
Title | RDC MedicationAdministration |
Experimental | False |
Description | Represent the event of a patient consuming or otherwise being administered a medication. Medications are generally insulin, but are not limited to insulin (either manually reported or reported by an insulin pump). |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | MedicationAdministration |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "rdc-MedicationAdministration",
"url" : "https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationAdministration",
"name" : "RdcMedicationAdministration",
"title" : "RDC MedicationAdministration",
"status" : "active",
"publisher" : "F. Hoffmann-La Roche AG",
"description" : "Represent the event of a patient consuming or otherwise being administered a medication. Medications are generally insulin, but are not limited to insulin (either manually reported or reported by an insulin pump).",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "5.0.0",
"kind" : "resource",
"abstract" : false,
"type" : "MedicationAdministration",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationAdministration",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "MedicationAdministration.identifier",
"path" : "MedicationAdministration.identifier",
"max" : "0"
},
{
"id" : "MedicationAdministration.basedOn",
"path" : "MedicationAdministration.basedOn",
"max" : "0"
},
{
"id" : "MedicationAdministration.partOf",
"path" : "MedicationAdministration.partOf",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationAdministration"
]
}
]
},
{
"id" : "MedicationAdministration.statusReason",
"path" : "MedicationAdministration.statusReason",
"max" : "0"
},
{
"id" : "MedicationAdministration.category",
"path" : "MedicationAdministration.category",
"definition" : "Bolus Delivery type",
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://roche.com/fhir/iop/ValueSet/insulin-codes"
}
},
{
"id" : "MedicationAdministration.medication.concept",
"path" : "MedicationAdministration.medication.concept",
"definition" : "Informs the type of administration conducted (ex. Basal or Bolus)",
"binding" : {
"strength" : "required",
"valueSet" : "https://roche.com/fhir/iop/ValueSet/insulin-codes"
}
},
{
"id" : "MedicationAdministration.medication.reference",
"path" : "MedicationAdministration.medication.reference",
"definition" : "Reference to specific medication administered (applicable only for commerical drugs - future implemention)",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Medication"
]
}
]
},
{
"id" : "MedicationAdministration.subject",
"path" : "MedicationAdministration.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
]
}
]
},
{
"id" : "MedicationAdministration.encounter",
"path" : "MedicationAdministration.encounter",
"max" : "0"
},
{
"id" : "MedicationAdministration.supportingInformation",
"path" : "MedicationAdministration.supportingInformation",
"max" : "0"
},
{
"id" : "MedicationAdministration.occurence[x]",
"path" : "MedicationAdministration.occurence[x]",
"type" : [
{
"code" : "dateTime"
},
{
"code" : "Period"
}
]
},
{
"id" : "MedicationAdministration.recorded",
"path" : "MedicationAdministration.recorded",
"max" : "0"
},
{
"id" : "MedicationAdministration.isSubPotent",
"path" : "MedicationAdministration.isSubPotent",
"max" : "0"
},
{
"id" : "MedicationAdministration.subPotentReason",
"path" : "MedicationAdministration.subPotentReason",
"max" : "0"
},
{
"id" : "MedicationAdministration.performer.actor",
"path" : "MedicationAdministration.performer.actor",
"type" : [
{
"code" : "CodeableReference",
"targetProfile" : [
"https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Instance"
]
}
]
},
{
"id" : "MedicationAdministration.reason",
"path" : "MedicationAdministration.reason",
"max" : "0"
},
{
"id" : "MedicationAdministration.request",
"path" : "MedicationAdministration.request",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationRequest"
]
}
]
},
{
"id" : "MedicationAdministration.device",
"path" : "MedicationAdministration.device",
"max" : "0"
},
{
"id" : "MedicationAdministration.note",
"path" : "MedicationAdministration.note",
"max" : "0"
},
{
"id" : "MedicationAdministration.dosage.method",
"path" : "MedicationAdministration.dosage.method",
"binding" : {
"strength" : "required",
"valueSet" : "https://roche.com/fhir/iop/ValueSet/insulin-codes"
}
},
{
"id" : "MedicationAdministration.eventHistory",
"path" : "MedicationAdministration.eventHistory",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.